Provider

class Provider(val notificationCenter: UNUserNotificationCenter, val coroutineScope: CoroutineScope) : CurrentAuthorizationStatusProvider

Constructors

Link copied to clipboard
constructor(notificationCenter: UNUserNotificationCenter, coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
val coroutineScope: CoroutineScope
Link copied to clipboard
val notificationCenter: UNUserNotificationCenter

Functions

Link copied to clipboard